home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / DJOURNAL.ARJ / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-08-28  |  347b  |  17 lines

  1. cls
  2. echo off
  3. REM dJOURNAL INSTALL (C) 1991 Copyright D.S. Williamson
  4. REM ALL Rights Reserved
  5. type a:install.msg
  6. pause
  7. echo "Creating DJOURNAL directory"
  8. C:
  9. cd\
  10. MD DJOURNAL
  11. CD\DJOURNAL
  12. echo "Copying Files from the FLOPPY to the HARD DRIVE"
  13. echo on
  14. copy a:*.* c:\djournal
  15. echo off
  16.  
  17. echo "JOB COMPLETE. To run program, type: DJOURNAL"